@charset "utf-8";

#kf .triangle {
  right: 0;
  top: 20px;
  border-left-color: #fff;
  border-bottom-color: transparent;
  left: auto;
}

.layout {
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: DINProM;
  src: url("../huodong/style/font/DINPro-Medium.eot");
  /* IE9 */
  src: url("../huodong/style/font/DINPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../huodong/style/font/DINPro-Medium.woff") format("woff"),
    /* chrome、firefox */ url("../huodong/style/font/DINPro-Medium.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari、Android、IOS */
      url("../huodong/style/font/DINPro-Medium.svg#webfont") format("svg");
  /* ios 4.1 */
}

.DINProM {
  font-family: DINProM !important;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.hover_act {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.hover_act:hover {
  opacity: 0.8;
}

.banner {
  position: relative;
  width: 100%;
  height: 256px;
  background-image: url("../img/index_new/index_banner.png");
  /* background-size: auto 100%; */
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .icon-bak {
  position: absolute;
  bottom: -16px;
  right: -34px;
  width: 329px;
  height: 166px;
  background-image: url("../img/index_new/banner_icon_bak.png?t=202209291920");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0.8;
}

.search-box {
  position: relative;
  height: 100%;
}

.search-box h1 {
  font-size: 30px;
  line-height: 50px;
  padding: 52px 0 24px;
}

.search-box .jc-search {
  position: relative;
  padding: 0 0 12px;
}

.search-box .jc-search input {
  width: 568px;
  height: 48px;
  padding: 0 16px;
}

.search-box .jc-search a {
  width: 200px;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #109bf9;
  letter-spacing: 4px;
}

.search-box .jc-search-tips {
  font-size: 12px;
  line-height: 17px;
  color: #7e808a;
}

.search-box .jc-search-tips-box {
  position: absolute;
  left: 0;
  bottom: -44px;
  width: 240px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  animation: shake 0.5s infinite alternate linear;
  -webkit-animation: shake 0.5s infinite alternate linear;
}

.search-box .jc-search-tips-box .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.6);
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: -8px;
}

.banner .banner_fixed {
  position: fixed;
  right: 40px;
  top: 46%;
  margin-top: -70px;
  z-index: 7;
}

.banner .banner_fixed > a {
  display: block;
}

.banner .banner_fixed_img img {
  width: 199px;
  height: 140px;
}

.banner .banner_fixed .banner_fixed_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(/p/img/close_icon.png) no-repeat 0 0 / 100%;
}

.tool-main {
  width: 1200px;
  padding-bottom: 30px;
}
.tool-main .left {
  float: left;
  width: 886px;
}
.new-tool-list {
  width: 100%;
  padding: 40px 0 0;
  background-color: #fff;
}
.tool-main .right {
  float: right;
  width: 300px;
}
.tool-main .left-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.left-box .tit {
  line-height: 30px;
}
.left-box .tit h2 {
  float: left;
  font-size: 24px;
  color: #333;
}
.left-box .tit p {
  font-size: 12px;
  margin-left: 16px;
  margin-top: 2px;
  float: left;
  color: #999;
}
.left-box .tit strong {
  color: #ff5722;
}
.left-box .tit a {
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}
.left-box .tit a:hover {
  color: #0f9fff;
}
.tool-ul {
  margin-top: 34px;
}
.tool-ul li {
  float: left;
}
.tool-ul li a {
  text-align: left;
  text-indent: 30px;
  float: left;
  width: 282px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 24px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 700;
  color: #666;
  background: #fff url("../img/index_new/go.png") no-repeat right 40px center;
  border: solid 1px #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.tool-ul li a:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-color: #0f9fff;
  background: #fff url("../img/index_new/bluego.png") no-repeat right 40px
    center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tool-ul li:nth-child(4n) a {
  margin-right: 0;
}

.tool-ul li.zhanshi-item a {
  position: relative;
}

.tool-ul li.zhanshi-item a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/zhanshi.png") no-repeat;
  background-size: cover;
}
.icon-ykj {
  background-image: url("../img/ykj.png");
}

.icon-qiang {
  background-image: url("../img/qiangzhu.png");
}

.icon-regym {
  background-image: url("../img/zhuce.png");
}
.icon-namepre {
  background: url("../img/namepre.png") no-repeat center center;
  background-size: contain;
}

.icon-tool {
  margin-bottom: 2px;
}

.tool-ul li.hot-item a {
  position: relative;
}

.tool-ul li.hot-item a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/hot_icon.png") no-repeat;
  background-size: cover;
}

.index-fixed-box {
  position: fixed;
  left: 50%;
  bottom: 6px;
  margin-left: -573.5px;
  width: 1147px;
  height: 200px;
  background-image: url("../img/index_new/fixed_box_bak.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.index-fixed-box > p {
  font-size: 26px;
  line-height: 37px;
  color: #fff;
  padding: 60px 0 0 230px;
}

.index-fixed-box .index-fixed-fun {
  margin: 13px 0 0 230px;
}

.index-fixed-box li {
  float: left;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-right: 28px;
}

.index-fixed-box li .fixed-fun-nums {
  font-size: 30px;
  color: #fff88f;
}

.index-fixed-box .index-fixed-btn {
  position: absolute;
  top: 62px;
  right: 40px;
  width: 184px;
  height: 82px;
  background-image: url("../img/index_new/fixed_login_btn.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.index-fixed-box .index-fixed-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-fixed-btn .index-fixed-pointer {
  position: absolute;
  left: 65px;
  top: 32px;
  width: 96px;
  height: 93px;
  background-image: url("../img/index_new/fixed_pointer.png");
  background-size: 100%;
  background-repeat: no-repeat;
  animation: fingerHandle 1s ease infinite both;
  -webkit-animation: fingerHandle 1s ease infinite both;
}

.index-fixed-box .index-fixed-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 33px;
  background-image: url("../img/close_icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

@keyframes fingerHandle {
  0% {
    transform: none;
  }
  70% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: none;
  }
}

.new-layout {
  background-color: #f7f7f7;
}

.news-main {
  width: 1200px;
  padding-top: 40px;
}
.news-main .news-tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 42px;
  background: url(../img/new-news-bg.png) no-repeat left bottom;
  text-align: left;
  line-height: 38px;
}

.news-main .news-content {
  padding: 30px 0 54px;
}
.news-main .news-list-tit {
  height: 90px;
  line-height: 90px;
  padding: 0 35px;
  border-bottom: 1px solid #eee;
  border-radius: 2px;
}
.news-main .news-list-tit .tit-more:hover {
  color: #0f9fff;
}
.news-main .news-list-tit h2 {
  padding-left: 50px;
  background: url(../img/new-news-1.png) no-repeat left center;
  float: left;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.news-main .news-list-tit a {
  color: #999;
  font-size: 14px;
}
.news-main .news-list:first-child + .news-list h2 {
  background: url(../img/new-news-2.png) no-repeat left center;
}
.news-main .news-list:first-child + .news-list + .news-list h2 {
  background: url(../img/new-news-3.png) no-repeat left center;
}

.news-main .news-list {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 380px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: 30px;
}
.news-main .news-list:first-child {
  margin-left: 0;
}

.news-main .news-list:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-main .news-list:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.news-main .news-list:hover:before {
  background-color: #0f9fff;
  width: 100%;
}

.news-main .news-list .news-list-item {
  padding: 10px 26px 20px 35px;
}

.news-list-item li:not(.first) {
  height: 40px;
  line-height: 40px;
}

.news-list-item .first {
  line-height: normal;
  padding: 20px 0 14px;
}
.news-list-item .item-info {
  width: 324px;
}
.news-list-item .item-info h3 {
  margin: 6px 0 6px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.news-list-item .item-info p {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.news-list-item li:after {
  top: 16px;
}
.news-list-item li:first-child,
.news-list-item li:first-child + li {
  border-top: none;
}
.news-list-item img {
  width: 200px;
  height: 100px;
}

/* 资讯详情页 */
.n-main {
  width: 1200px;
  padding: 10px 0 30px;
}
.n-tips {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #666;
  padding-left: 45px;
  background: #fff url(../img/icon-n-tips.png) no-repeat 20px center;
}
.n-tips .time {
  margin: 0 30px 0 16px;
  color: #999;
}
.n-tips .check {
  color: #0f9fff;
}
.n-box {
  width: 1200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.n-box .n-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 865px;
  padding: 14px 20px;
  background-color: #fff;
}
.n-left .n-tit {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.n-left-ul li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

.n-left-ul .img-d,
.n-left-ul .img0 {
  float: left;
  width: 150px;
  height: 100px;
  overflow: hidden;
}
.n-left-ul .n-left-desc {
  float: right;
  width: 653px;
}
.n-left-desc h2 a {
  font-weight: normal;
  color: #333;
}
.n-left-desc .detail {
  margin: 6px 0 8px;
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.n-left-desc .n-left-key {
  font-size: 12px;
  color: #999;
}
.n-left-key .kw {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 6px;
  padding: 0 8px;
  color: #666;
  background-color: #eff8ff;
}
.n-left-key .kw:first-child + .kw {
  background-color: #fff1ea;
}
.n-left-key .kw:first-child + .kw + .kw {
  background-color: #ecffe4;
}
.n-left-key .kw:first-child + .kw + .kw + .kw {
  background-color: #edecff;
}
.n-left-ul li:hover h2 a {
  color: #0f9fff;
}
.n-left-ul li:hover .img0 {
  transform: scale(1.1);
  transition: 1s;
}

.right-ul li {
  position: relative;
  padding-left: 13px;
  display: block;
  line-height: 36px;
  color: #666;
  overflow: hidden;
}
.right-ul li a {
  color: #666;
}
.right-ul li:after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #cecece;
}

.right-ul .con {
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}
.right-ul .time {
  float: right;
  font-size: 14px;
  color: #999;
}
.right-ul li a:hover {
  color: #0f9fff;
}

.n-right {
  width: 320px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.n-right-box {
  margin-bottom: 15px;
  background-color: #fff;
}
.n-right-box .n-right-tit {
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.n-item {
  overflow: hidden;
  padding: 20px 20px 16px;
}
.n-item a {
  float: left;
  width: 130px;
  height: 36px;
  line-height: 36px;
  color: #0f9fff;
  border-radius: 18px;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 10px;
}
.n-item a:first-child + a {
  float: right;
}
.n-item a .icon-t {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/icon-n-item1.png) no-repeat center center;
  vertical-align: text-bottom;
}
.n-item a:first-child + a .icon-t {
  background: url(../img/icon-n-item2.png) no-repeat center center;
}
.n-right-box .right-ul {
  padding: 6px 20px 20px;
}
.n-right-box .right-ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #eee;
  transition: all 0.3s;
}
.n-right-box .right-ul li:after {
  top: 15px;
}

.n-right-tool {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 8px;
}
.n-right-tool li a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #eee;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.n-right-tool li a:hover {
  border-color: #0f9fff;
}
.n-right-tool .icon-h {
  display: inline-block;
  width: 23px;
  height: 21px;
  margin-right: 8px;
  background: url(../img/icon-whois.png) no-repeat center center;
  vertical-align: middle;
}
.n-right-tool .ico2 {
  background: url(../img/icon-ls.png) no-repeat center center;
}
.n-right-tool .ico3,
.n-right-tool .ico4 {
  width: 22px;
  height: 23px;
  background: url(../img/icon-bd-color.png) no-repeat center center;
}
.n-right-tool .ico5 {
  width: 21px;
  height: 24px;
  background: url(../img/icon-wa.png) no-repeat center center;
}
.n-right-tool .ico6 {
  width: 21px;
  height: 24px;
  background: url(../img/icon-icp.png) no-repeat center center;
}
.n-right-tool .ico7,
.n-right-tool .ico8 {
  width: 21px;
  height: 22px;
  background: url(../img/icon-sg-color.png) no-repeat center center;
}

/* 新闻详情 */
.n-detail .n-tit {
  font-size: 12px;
  color: #999;
}
.n-detail .n-tit a {
  color: #666;
}
.n-detail .n-tit a:hover {
  color: #0f9fff;
}
.n-detail-main .n-detail-tit {
  text-align: center;
  padding: 50px 0 30px;
  border-bottom: 1px dashed #eee;
}
.n-detail-tit h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.n-detail-tit .info {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}
.n-detail-main {
  padding: 0 20px;
}

.n-detail-banner {
  width: 100%;
}

.n-detail-banner img {
  width: 100%;
}

.n-detail-main .n-detail-con {
  padding: 20px 0 40px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.n-detail-bottom {
  padding-bottom: 180px;
  font-size: 14px;
  color: #666;
}
.n-detail-bottom .ikw {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  padding: 0 8px;
  background-color: #eff8ff;
  border-radius: 2px;
}
.n-detail-bottom .ikw:first-child + .ikw {
  background-color: #fff1ea;
}
.n-detail-bottom .ikw:first-child + .ikw + .ikw {
  background-color: #ecffe4;
}

.jucha-ys {
  padding-top: 50px;
  width: 100%;
  background-color: #fff;
}
.jucha-ys-box {
  width: 1200px;
  margin: 0 auto;
}
.jucha-ys-box h2 {
  font-size: 20px;
  color: #333;
  padding-left: 40px;
  background: url(../img/new-ys-bg.png) no-repeat left center;
}
.ys-ul {
  padding: 32px 0 50px;
}
.ys-ul li {
  float: left;
  padding: 22px 0 16px;
  background-color: #fff;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ys-ul li:first-child {
  width: 22%;
  padding-left: 40px;
  margin-left: 0;
}

.ys-ul li:first-child {
  width: 23%;
  padding-left: 40px;
}
.ys-ul li:first-child + li {
  width: 27%;
  padding-left: 40px;
}
.ys-ul li:first-child + li + li {
  width: 25%;
  padding-left: 40px;
}
.ys-ul li:first-child + li + li + li {
  width: 24%;
  padding-left: 40px;
}

.ys-ul li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.ys-ul .p1 {
  font-size: 16px;
  color: #333;
  padding-left: 45px;
  background: url(../img/new-ys-1.png) no-repeat left center;
}
.ys-ul li:first-child + li .p1 {
  background: url(../img/new-ys-2.png) no-repeat left center;
}
.ys-ul li:first-child + li + li .p1 {
  background: url(../img/new-ys-3.png) no-repeat left center;
}
.ys-ul li:first-child + li + li + li .p1 {
  background: url(../img/new-ys-4.png) no-repeat left center;
}

.ys-ul .p2 {
  margin-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 34px;
}

/* 部分动画 */
@keyframes shake {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
